1. In the stylesheet, change the number sign (#) in front of "capital" to a period (.), because "capital" is defined as a class in the HTML, and not an ID.

2. In the HTML, insert some inline CSS into the <h1> tag, so it becomes <h1 style="color: white;"> . This overrides the black color that is set in the stylesheet.